home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE03 / INTERNAL / READ.ME < prev   
Text File  |  1995-06-10  |  829b  |  28 lines

  1. This describes the various files used by the Delphi DLL article by Dave 
  2. Jewell.  
  3.  
  4. Files for creating the DLL
  5. --------------------------
  6.  
  7. DATESEL.DPR    ----    Project file for the DLL.
  8. DATESEL.DLL    ----    The compiled and linked DLL itself.
  9. DATESEL.RES    ----    This resource file was created by Delphi.
  10.             It contains the default application icon.  It's
  11.             probably not needed, but who am I to argue ...?
  12. DATEFORM.PAS    ----    Source code to the form unit.
  13. DATEFORM.DFM    ----    Form file used by the form unit.  
  14.  
  15. Pascal Files
  16. ------------
  17.  
  18. PASCAL.PAS    ----    Source code to the dummy Pascal host
  19. PASCAL.EXE    ----    Compiled version of the dummy Pascal host
  20.  
  21. C Files
  22. -------
  23.  
  24. C.C        ----    Source code to the dummy C host
  25. C.EXE        ----    Compiled version of the dummy C host
  26. DATESEL.LIB    ----    Import library for linking to the DLL
  27.  
  28.